projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed82a6
)
(mark_ttys): Don't bother checking top_frame (incorrectly)
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 29 Aug 2007 21:46:50 +0000
(21:46 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 29 Aug 2007 21:46:50 +0000
(21:46 +0000)
before passing it to mark_object.
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index c906e1eb15a6709f76ab92e42b842c9ea024bde7..3a81643ab1b2ba14693133538c141e9bf3c51071 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-3854,10
+3854,7
@@
mark_ttys (void)
struct tty_display_info *tty;
for (tty = tty_list; tty; tty = tty->next)
- {
- if (tty->top_frame)
- mark_object (tty->top_frame);
- }
+ mark_object (tty->top_frame);
}
\f